Returns a subset of the collection elements filtered by the specified expression.
function GetFiltered(AFilter: ICompiledExpressionStatement): IObjectEnumerable<T>; override;
Use the method to retrieve a subset of the collection elements filtered by the specified expression.